home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / include / sys / fsid.h.z / fsid.h
Text File  |  1992-04-03  |  888b  |  26 lines

  1. /*    Copyright (c) 1984 AT&T    */
  2. /*      All Rights Reserved      */
  3.  
  4. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  5. /*    The copyright notice above does not evidence any       */
  6. /*    actual or intended publication of such source code.    */
  7.  
  8. /*#ident    "@(#)kern-port:sys/fsid.h    10.3"*/
  9. #ident    "$Revision: 3.6 $"
  10.  
  11. /* Fstyp names for use in fsinfo structure. These names */
  12. /* must be constant across releases and will be used by a */
  13. /* user level routine to map fstyp to fstyp index as used */
  14. /* ip->i_fstyp. This is necessary for programs like mount. */
  15.  
  16. #define S51K    "S51K"
  17. #define    PROC    "PROC"
  18. #define DUFST    "DUFST"
  19. #define    FSID_COM    "com"
  20. #define    FSID_NFS    "nfs"
  21. #define    FSID_SOCKET    "socket"
  22. #define    FSID_EFS    "efs"        /* released efs */
  23. #define    FSID_OEFS    "oldefs"    /* old efs, at&t directories */
  24. #define    FSID_XEFS    "xefs"        /* experimental efs */
  25. #define FSID_DBG    "dbg"        /* debugging interface */
  26.